home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 201 / DPCS1104.ISO / Full / QuickBooks / QBTutor / Lesson5 / Lesson5.dcr / 00231_on reCalc jump.ls < prev    next >
Encoding:
Text File  |  2001-02-01  |  74 b   |  7 lines

  1. on keyDown
  2.   if the key = TAB then
  3.     go("Calc'd")
  4.   end if
  5.   pass()
  6. end
  7.